Interview Questions and Answer
Options:
a. Solid Color Brush
b. Image Brush
c. Linear Gradient Brush
d. Visual Brush
Reveal Answer
Options:
a. ImageBrush
b. DrawingBrush
c. VisualBrush
d. Solid Color Bush
Reveal Answer
Options:
a. Binary Resources
b. Static Resources
c. Dynamic Resources
Reveal Answer
Options:
a. StaticResource finds the key defined within the ResourceDictionary under its scope during the Loading of the application.
b. The compiler will throw error during compilation if not found in resources.
c. It is a one-time lookup
d. It can manipulate at runtime and are evaluated at runtime.
Reveal Answer
Options:
a. DynamicResource are used when user interaction changes the look and feel of an object.
b. It can manipulate at runtime and are evaluated at runtime.
c. Dynamic resources are slower in performance than static resources as they are loaded everytime they are needed.
d. It finds the resource in the ResourceDictionary and keeps the key.
Reveal Answer
Options:
a. Resources are basically objects which are created for the purpose of reusability.
b. A unique key is defined for every resource which can be used in ‘markupextension’ to apply that resource to the specific control.
c. Slower Performance
d. It cannot be used in Application level
Reveal Answer
Bestdotnet google plus